home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game One!
/
GameOne!.iso
/
GameOne!.exe
/
scripts
/
frame_36
/
PlaceObject2_39_19
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-05-15
|
134 b
|
7 lines
onClipEvent(load){
musica = new Sound();
musica.attachSound("som");
musica.start(0,9999);
_parent.playing = true;
}